Viewing 15 posts - 16 through 30 (of 48 total)
Hi Jef
You are right, I think I answered myself seconds ago, I was checking on the node that does not own the resources.
Just one more question...I was trying to...
October 9, 2009 at 1:28 pm
I'll answer myself 😉 ...
I was checking Configuration Manager on the other node, the one who does NOT own the package. When I moved to the other node, I...
October 9, 2009 at 1:23 pm
barsuk (6/19/2009)
June 20, 2009 at 7:22 am
point is: As a production DBA, the DBA must still be able to review developer code and fix it if it is needing fixed, train the developer how to...
June 19, 2009 at 10:42 am
I do some coding for the maintenance of the server and the odd bit of troubleshooting but if at an interview for a DBA role and I was presented...
June 19, 2009 at 10:11 am
hi_abhay78 (6/18/2009)
-> put data files on a separate physical Raid 1+0 drive
-> Put Log files on a separate physical Raid 1+0 drive
-> Put...
June 18, 2009 at 9:45 pm
Forgot to give you these nice T-SQL queries; they will let you know compare and see if something changed at Cluster level
--To see cluster associated drives
SELECT * FROM sys.dm_io_cluster_shared_drives
--Check Node...
June 18, 2009 at 9:33 pm
Run the backup from Query ANalyzer and see if still is failing ...
BACKUP My Database to disk = 'd:\MyBak.bak'
WITH INIT;
where "D" or whatever, is your drive
also, please check the permissions...
June 18, 2009 at 9:29 pm
A good one, which maybe is no so technical 😉 ... why are you leaving your current job? ... is tricky, is you say "salary" could lead you to trouble,...
June 18, 2009 at 9:11 pm
Tim (6/18/2009)
June 18, 2009 at 9:02 pm
jackiepenn (6/18/2009)
June 18, 2009 at 3:35 pm
Hi Richard
What I mean is that for one MS-SQL instance, you should validate the max db numbers in terms of server and RAM capabilities; of course, user connections plays a...
June 18, 2009 at 3:32 pm
4 GB maximum database size, but there is no limit on the number of databases you can use in Express.
Having said that, I would based my use not in...
June 18, 2009 at 3:14 pm
mohinidba (5/27/2009)
I need brief sql 2008 active \passive clustering document.my two servers are wsdb015c01 and wsdb015c02
and virtual server is wsdb015v.
Please check here
http://www.mssqltips.com/tip.asp?tip=1687 <-- really nice
http://msdn.microsoft.com/en-us/library/ms189910.aspx
and here
http://msdn.microsoft.com/en-us/library/ms179410.aspx
have fun!
June 18, 2009 at 3:02 pm
ps (6/18/2009)
June 18, 2009 at 2:47 pm
Viewing 15 posts - 16 through 30 (of 48 total)